All Questions
2 questions
2votes
3answers
890views
What happens if one tries to access a root directory on a hard drive from another computer?
Lets say you have a directory which is only accessible with root privileges. What happens if someone takes the physical drive out of the computer and mounts the filesystem (maybe even using another ...
2votes
2answers
2kviews
Does a user have permissions to write outside /home/userDir?
Does a normal* user have permissions to write anywhere else than his own home dir? (no sudo and those privilege escalation tools) I say normal because I do not know more categories than root and ...